[INFO] fetching crate rama-socks5 0.3.0-rc1...
[INFO] checking rama-socks5-0.3.0-rc1 against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] extracting crate rama-socks5 0.3.0-rc1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate rama-socks5 0.3.0-rc1
[INFO] finished tweaking crates.io crate rama-socks5 0.3.0-rc1
[INFO] tweaked toml for crates.io crate rama-socks5 0.3.0-rc1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rama-socks5 0.3.0-rc1 on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rama-socks5 0.3.0-rc1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6221648bd1e70805805c4cdc8fcfb18270039da20b3d79a2718b506a8198ce6d
[INFO] running `Command { std: "docker" "start" "6221648bd1e70805805c4cdc8fcfb18270039da20b3d79a2718b506a8198ce6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6221648bd1e70805805c4cdc8fcfb18270039da20b3d79a2718b506a8198ce6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6221648bd1e70805805c4cdc8fcfb18270039da20b3d79a2718b506a8198ce6d" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6221648bd1e70805805c4cdc8fcfb18270039da20b3d79a2718b506a8198ce6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6221648bd1e70805805c4cdc8fcfb18270039da20b3d79a2718b506a8198ce6d" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking bytes v1.12.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]     Checking konst_macro_rules v0.2.19
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking konst v0.2.20
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking num-conv v0.2.2
[INFO] [stderr]     Checking time-core v0.1.8
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking const_format v0.2.36
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking symlink v0.1.0
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking asynk-strim v0.1.5
[INFO] [stderr]     Checking endian-type v0.2.0
[INFO] [stderr]     Checking smol_str v0.3.6
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking psl-types v2.0.11
[INFO] [stderr]     Checking rama-error v0.3.0-rc1
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]     Checking itertools v0.15.0
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking serde_html_form v0.4.1
[INFO] [stderr]     Checking psl v2.1.216
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling rama-macros v0.3.0-rc1
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking wildcard v0.3.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking radix_trie v0.3.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking tracing-appender v0.2.5
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking rama-utils v0.3.0-rc1
[INFO] [stderr]     Checking tokio-graceful v0.2.2
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking rama-core v0.3.0-rc1
[INFO] [stderr]     Checking tokio-test v0.4.5
[INFO] [stderr]     Checking rama-net v0.3.0-rc1
[INFO] [stderr]     Checking rama-tcp v0.3.0-rc1
[INFO] [stderr]     Checking rama-udp v0.3.0-rc1
[INFO] [stderr]     Checking rama-socks5 v0.3.0-rc1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `F: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:66:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | / impl<PeekableInput, Output, T, F> Service<PeekableInput> for Socks5PeekRouter<T, F>
[INFO] [stdout] 67 | | where
[INFO] [stdout] 68 | |     PeekableInput: PeekIoProvider<PeekIo: Unpin>,
[INFO] [stdout] 69 | |     Output: Send + 'static,
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | |             Error: Into<BoxError>,
[INFO] [stdout] 79 | |         >,
[INFO] [stdout]    | |__________^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `rama_core::Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `F`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-aad0d94458b5e6c4.long-type-3221576405867826675.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:66:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | / impl<PeekableInput, Output, T, F> Service<PeekableInput> for Socks5PeekRouter<T, F>
[INFO] [stdout] 67 | | where
[INFO] [stdout] 68 | |     PeekableInput: PeekIoProvider<PeekIo: Unpin>,
[INFO] [stdout] 69 | |     Output: Send + 'static,
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | |             Error: Into<BoxError>,
[INFO] [stdout] 79 | |         >,
[INFO] [stdout]    | |__________^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `rama_core::Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `T`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-aad0d94458b5e6c4.long-type-3221576405867826675.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 |     type Output = Output;
[INFO] [stdout]    |     ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `rama_core::Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `F`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-aad0d94458b5e6c4.long-type-3221576405867826675.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 |     type Output = Output;
[INFO] [stdout]    |     ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `rama_core::Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `T`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-aad0d94458b5e6c4.long-type-3221576405867826675.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 |     type Error = BoxError;
[INFO] [stdout]    |     ^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `rama_core::Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `F`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-aad0d94458b5e6c4.long-type-3221576405867826675.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 |     type Error = BoxError;
[INFO] [stdout]    |     ^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `rama_core::Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `T`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-aad0d94458b5e6c4.long-type-3221576405867826675.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:84:5
[INFO] [stdout]    |
[INFO] [stdout] 84 |     async fn serve(&self, mut input: PeekableInput) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `rama_core::Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `F`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-aad0d94458b5e6c4.long-type-3221576405867826675.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:84:5
[INFO] [stdout]    |
[INFO] [stdout] 84 |     async fn serve(&self, mut input: PeekableInput) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `rama_core::Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `T`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-aad0d94458b5e6c4.long-type-3221576405867826675.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:85:34
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let mut peek_buf = [0u8; SOCKS5_HEADER_PEEK_LEN];
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `rama_core::Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `F`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-aad0d94458b5e6c4.long-type-3221576405867826675.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:85:34
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let mut peek_buf = [0u8; SOCKS5_HEADER_PEEK_LEN];
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `rama_core::Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `T`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-aad0d94458b5e6c4.long-type-3221576405867826675.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `rama_core::Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `F`
[INFO] [stdout]   = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-aad0d94458b5e6c4.long-type-3221576405867826675.txt'
[INFO] [stdout]   = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `rama_core::Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `T`
[INFO] [stdout]   = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-aad0d94458b5e6c4.long-type-3221576405867826675.txt'
[INFO] [stdout]   = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:84:56
[INFO] [stdout]    |
[INFO] [stdout] 84 |     async fn serve(&self, mut input: PeekableInput) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `rama_core::Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `F`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-aad0d94458b5e6c4.long-type-3221576405867826675.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:84:56
[INFO] [stdout]    |
[INFO] [stdout] 84 |     async fn serve(&self, mut input: PeekableInput) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `rama_core::Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `T`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-aad0d94458b5e6c4.long-type-3221576405867826675.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:66:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | / impl<PeekableInput, Output, T, F> Service<PeekableInput> for Socks5PeekRouter<T, F>
[INFO] [stdout] 67 | | where
[INFO] [stdout] 68 | |     PeekableInput: PeekIoProvider<PeekIo: Unpin>,
[INFO] [stdout] 69 | |     Output: Send + 'static,
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | |             Error: Into<BoxError>,
[INFO] [stdout] 79 | |         >,
[INFO] [stdout]    | |__________^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `F`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-cf58ab0c1424a34a.long-type-2287193811917340766.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:66:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | / impl<PeekableInput, Output, T, F> Service<PeekableInput> for Socks5PeekRouter<T, F>
[INFO] [stdout] 67 | | where
[INFO] [stdout] 68 | |     PeekableInput: PeekIoProvider<PeekIo: Unpin>,
[INFO] [stdout] 69 | |     Output: Send + 'static,
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | |             Error: Into<BoxError>,
[INFO] [stdout] 79 | |         >,
[INFO] [stdout]    | |__________^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `T`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-cf58ab0c1424a34a.long-type-2287193811917340766.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 |     type Output = Output;
[INFO] [stdout]    |     ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `F`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-cf58ab0c1424a34a.long-type-2287193811917340766.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 |     type Output = Output;
[INFO] [stdout]    |     ^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `T`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-cf58ab0c1424a34a.long-type-2287193811917340766.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 |     type Error = BoxError;
[INFO] [stdout]    |     ^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `F`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-cf58ab0c1424a34a.long-type-2287193811917340766.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 |     type Error = BoxError;
[INFO] [stdout]    |     ^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `T`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-cf58ab0c1424a34a.long-type-2287193811917340766.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:84:5
[INFO] [stdout]    |
[INFO] [stdout] 84 |     async fn serve(&self, mut input: PeekableInput) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `F`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-cf58ab0c1424a34a.long-type-2287193811917340766.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:84:5
[INFO] [stdout]    |
[INFO] [stdout] 84 |     async fn serve(&self, mut input: PeekableInput) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `T`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-cf58ab0c1424a34a.long-type-2287193811917340766.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:85:34
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let mut peek_buf = [0u8; SOCKS5_HEADER_PEEK_LEN];
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `F`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-cf58ab0c1424a34a.long-type-2287193811917340766.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:85:34
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let mut peek_buf = [0u8; SOCKS5_HEADER_PEEK_LEN];
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `T`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-cf58ab0c1424a34a.long-type-2287193811917340766.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `F`
[INFO] [stdout]   = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-cf58ab0c1424a34a.long-type-2287193811917340766.txt'
[INFO] [stdout]   = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `T`
[INFO] [stdout]   = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-cf58ab0c1424a34a.long-type-2287193811917340766.txt'
[INFO] [stdout]   = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `F: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:84:56
[INFO] [stdout]    |
[INFO] [stdout] 84 |     async fn serve(&self, mut input: PeekableInput) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `F`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-cf58ab0c1424a34a.long-type-2287193811917340766.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `T: Service<<PeekableInput as PeekIoProvider>::Mapped<...>>` is not satisfied
[INFO] [stdout]   --> src/server/peek.rs:84:56
[INFO] [stdout]    |
[INFO] [stdout] 84 |     async fn serve(&self, mut input: PeekableInput) -> Result<Self::Output, Self::Error> {
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Service<<PeekableInput as PeekIoProvider>::Mapped<PrefixedIo<StackReader<2>, <PeekableInput as PeekIoProvider>::PeekIo>>>` is not implemented for `T`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/rama_socks5-cf58ab0c1424a34a.long-type-2287193811917340766.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rama-socks5` (lib) due to 14 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rama-socks5` (lib test) due to 14 previous errors
[INFO] running `Command { std: "docker" "inspect" "6221648bd1e70805805c4cdc8fcfb18270039da20b3d79a2718b506a8198ce6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6221648bd1e70805805c4cdc8fcfb18270039da20b3d79a2718b506a8198ce6d", kill_on_drop: false }`
[INFO] [stdout] 6221648bd1e70805805c4cdc8fcfb18270039da20b3d79a2718b506a8198ce6d
